翻訳と辞書
Words near each other
・ Shorty da Prince
・ Shorty Dee
・ Shorty Fuller
・ Shorty Gallagher
・ Shorty Green
・ Shorty Hamilton
・ Shorter University
・ Shorter Views
・ Shorter, Alabama
・ Shorter, Faster, Louder
・ Shorterville, Alabama
・ Shortest common supersequence problem
・ Shortest job next
・ Shortest Path Faster Algorithm
・ Shortest path problem
Shortest remaining time
・ Shortest river
・ Shortest seek first
・ Shortest tennis match records
・ Shortest total path length spanning tree
・ Shortest-path tree
・ Shortfin barb
・ Shortfin false moray
・ Shortfin lizardfish
・ Shortfin mako shark
・ Shortfin sandskate
・ Shortfin saury
・ Shortfin smooth lanternshark
・ Shortfinned worm eel
・ Shortfloating


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Shortest remaining time : ウィキペディア英語版
Shortest remaining time

Shortest remaining time, also known as shortest remaining time first (SRTF), is a scheduling method that is a preemptive version of shortest job next scheduling. In this scheduling algorithm, the process with the smallest amount of time remaining until completion is selected to execute. Since the currently executing process is the one with the shortest amount of time remaining by definition, and since that time should only reduce as execution progresses, processes will always run until they complete or a new process is added that requires a smaller amount of time.
Shortest remaining time is advantageous because short processes are handled very quickly. The system also requires very little overhead since it only makes a decision when a process completes or a new process is added, and when a new process is added the algorithm only needs to compare the currently executing process with the new process, ignoring all other processes currently waiting to execute.
Like shortest job first, it has the potential for process starvation; long processes may be held off indefinitely if short processes are continually added. This threat can be minimal when process times follow a heavy-tailed distribution.
Like shortest job next scheduling, shortest remaining time scheduling is rarely used outside of specialized environments because it requires accurate estimations of the runtime of all processes that are waiting to execute.
==References==


de:Prozess-Scheduler#Strategien

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Shortest remaining time」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.